Pay attention to BROKEN_SIGAIO and BROKEN_SIGPTY.
authorKenichi Handa <handa@m17n.org>
Sat, 11 Nov 2000 01:07:16 +0000 (01:07 +0000)
committerKenichi Handa <handa@m17n.org>
Sat, 11 Nov 2000 01:07:16 +0000 (01:07 +0000)
src/syssignal.h

index 26e10edd5b9471a5ebb24e5bf3616041334a52c2..eafdb3a6a6a442816cddaacd1dab33601e4e85cb 100644 (file)
@@ -144,6 +144,13 @@ extern SIGMASKTYPE sigprocmask_set;
 #if defined (SIGURG) && defined (BROKEN_SIGURG)
 #undef SIGURG
 #endif
+#if defined (SIGAIO) && defined (BROKEN_SIGAIO)
+#undef SIGAIO
+#endif
+#if defined (SIGPTY) && defined (BROKEN_SIGPTY)
+#undef SIGPTY
+#endif
+
 
 #if NSIG < NSIG_MINIMUM
 # ifdef NSIG